home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-01-04 | 2.0 KB | 56 lines |
- ; POWERLINK OP US
- ; Gupta Corporation 1995
- ; SQLBase 6.1.1 Initialization file
- ;
-
- [dbwservr]
- ;
- ; This section is for the LOCAL Multi-Tasking windows database engine.
- ; Multiple Windows applications may connect to it at the same time.
- ; Each is treated as a separate transaction.
- ;
- ; System incompatibilities can exist among DBWSERVR, Windows 3.x, and
- ; SMARTDRV. These incompatibilities can cause outages and/or loss of data if
- ; the correct settings are not used. For DBWSERVR, always use DIRECTIO=0. For
- ; SMARTDRV, always disable write caching for disk drives where databases
- ; exist that DBWSERVR may use. Please refer to the Release Notes for further
- ; information.
- ;
- servername=server2
- sortcache=1000
- locktimeout=2
- directio=0
- dbdir=
- logdir=
- tempdir=
- cache=1500
-
- [winclient.dll]
- ;
- ; This section is for the Windows client workstations. Here you will specify
- ; the COMmunication DLL(s) that the Windows application(s) intend to use. Use
- ; "sqldbw" for the LOCAL single-user database engine (dbwindow.exe), "sqlwsv"
- ; for the LOCAL multi-tasking database engine (dbwservr.exe), "sqlnbiow" to
- ; access a REMOTE database using NetBios, "sqlspxw" from a Netware 3.11
- ; client or "sqlspxw4" from a Netware 4.x client to access a REMOTE SQLBase
- ; database using SPX communications or "sqlwsock" from a client using Windows
- ; Sockets and TCP/IP interface to access a REMOTE Windows NT server or
- ; "sqltifsw" to access a REMOTE database server using TCP/IP communications
- ; from FTP Software, "sqltipcw" to access a REMOTE database server using
- ; PC/NFS communications or "sqltinvw" to access a REMOTE database server
- ; using TCP/IP communications from Novell.
- ; Uncomment the COMmunication DLL(s) that the application(s) will use.
- ;
- ;comdll=sqldbw
- comdll=sqlwsv
- ;comdll=sqlnbiow
- ;comdll=sqlspxw
- ;comdll=sqlspxw4
- ;comdll=sqlwsock
- ;comdll=sqltifsw
- ;comdll=sqltinvw
- ;comdll=sqltipcw
- ;
- ; These are the remote connection DB names for Oracle Databases.
- [oragtwy]
- ;